-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nrf_wifi: osal: Add support for standalone library #83356
Merged
kartben
merged 4 commits into
zephyrproject-rtos:main
from
krish2718:nrf_wifi_standalone_lib
Jan 9, 2025
Merged
nrf_wifi: osal: Add support for standalone library #83356
kartben
merged 4 commits into
zephyrproject-rtos:main
from
krish2718:nrf_wifi_standalone_lib
Jan 9, 2025
+11
−187
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zephyrbot
requested review from
jukkar,
Kludentwo,
MaochenWang1,
rlubos and
sachinthegreen
December 24, 2024 11:03
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
zephyrbot
added
manifest
manifest-nrf_wifi
DNM
This PR should not be merged (Do Not Merge)
labels
Dec 24, 2024
sachinthegreen
previously approved these changes
Jan 2, 2025
krish2718
force-pushed
the
nrf_wifi_standalone_lib
branch
from
January 2, 2025 12:35
2bdb5ed
to
c577e29
Compare
krish2718
force-pushed
the
nrf_wifi_standalone_lib
branch
from
January 2, 2025 16:45
c577e29
to
b454dc1
Compare
sachinthegreen
previously approved these changes
Jan 3, 2025
Pull in support for building OSAL code as a standalone library. Signed-off-by: Chaitanya Tata <[email protected]>
Move the cmake file of OSAL to it's own repo and build as a standalone library, this is porting friendly. Signed-off-by: Chaitanya Tata <[email protected]>
These are duplicates of nRF7o bus library. Signed-off-by: Chaitanya Tata <[email protected]>
Add appropriate tags for these to be run in CI. Signed-off-by: Chaitanya Tata <[email protected]>
krish2718
force-pushed
the
nrf_wifi_standalone_lib
branch
from
January 3, 2025 09:50
b454dc1
to
39dc54f
Compare
sachinthegreen
approved these changes
Jan 6, 2025
rlubos
approved these changes
Jan 7, 2025
jukkar
approved these changes
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Move the cmake from Zephyr to this repo which can be used directly or as a reference for porting to other OSes.